home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / s3mac20.zip / MAC20.DOC < prev   
Text File  |  1993-06-03  |  3KB  |  82 lines

  1. Program:   MAC Sub data to PC Data Format  (S3 MAC)
  2. Version:   2.0
  3. Date:      05/18/93
  4. Author:    George Spafford
  5. Copyright: George Spafford, All Rights Reserved
  6.  
  7. Purpose:
  8.  
  9. To take data prepared by a MAC (in particular, a MAC running MACsub) and
  10. convert it to a file more readily processable by a PC.
  11.  
  12. Procedure:
  13.  
  14. MACsub is an excellent mailing program for the MACintosh by Brauch Software.
  15. It can export data to a file that uses the TAB character (ASCII 9) to delimit
  16. data fields and a CR (ASCII 13) to delimit records.  AS such, it can frustrate
  17. many PC programs that require and CRLF record separator and a non-control
  18. character for field separation.  S3 Software's MAC program reads the data in
  19. and converts the TAB to a vertical pipe (|) and the CR record separator to the
  20. CRLF (ASCII 13 and 10) combination.
  21.  
  22. Invoke MAC in the following manner:
  23.  
  24.         MAC input.fil output.fil
  25.         
  26.                 input.fil       This is the source file name.
  27.                 output.fil      This is the destination file name.
  28.                                 This file will be erased if it exists before
  29.                                 data is written to it.
  30.  
  31.                 DO NOT SPECIFY IDENTICAL INPUT AND OUTPUT FILE NAMES.
  32.                                 
  33. After you have entered the necessary information on the command line and pressed
  34. ENTER, the program will process the data.  On my 80386 DX 25MHz system with
  35. a 15ms SCSI hard drive and SMARTDRIVE running, it took 7 seconds to process a
  36. 212,250 byte data file.
  37.  
  38. NOTE:  S3 MAC CAN NOT DIRECTLY READ A MAC DISK!!!! USE EITHER A MAC SUPERFLOPPY
  39.        TO WRITE A PC DISK, OR USE PACIFIC SOFTWARE'S MAC-IN-DOS TO READ A MAC
  40.        HIGH-DENSITY DISK.
  41.  
  42. History:
  43.  
  44. v2.0    05/18/93
  45.  
  46.         Man, was version 1.0 slow or what?!?!?!?  It was a quick hack that I
  47.         had to write to get by.  The new code is optimized C++ and there is
  48.         a performance boost to beat the band!
  49.  
  50. v1.0    02/08/93
  51.         Initial Release.
  52.  
  53. REGISTER ME:
  54.  
  55. I hope this program helps you evaluate some of your problems
  56. or even makes some solutions/benefits clear.  This program is
  57. released as shareware.  Its price is $10 for each concurrently
  58. used copy.  If you have any suggestions or comments, I'd REALLY
  59. like to hear those too.
  60.  
  61.                 Sincerely,
  62.  
  63.                 George Spafford
  64.                 3003 LakeShore Drive, #216
  65.                 St. Joseph, MI 49085
  66.  
  67. Data:  (616) 429-3414  Michigan Online BBS 14.4Kb USR Dual HST
  68.                        Sysop:  Zeke Torres
  69.                        
  70. I can also be reached by EMail on the EXEC-PC and Channel One BBSes.
  71.  
  72. And now for the unpleasantries:
  73.         
  74. S3 MAC IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  75. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  76. TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  77. WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  78. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  79. SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  80. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  81. ----------------------------------------------------------------
  82.